projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf119d
)
(Links and Mouse-1): For mouse-on-link-p, expand on arg POS.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 23 Jul 2006 21:20:50 +0000
(21:20 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Sun, 23 Jul 2006 21:20:50 +0000
(21:20 +0000)
lispref/text.texi
patch
|
blob
|
history
diff --git
a/lispref/text.texi
b/lispref/text.texi
index fdb45eef5f2f392398a35b8afa3d67f357b6cc2c..fd521963fa029d4ef4a2bcd68acb2680f369cf7d 100644
(file)
--- a/
lispref/text.texi
+++ b/
lispref/text.texi
@@
-3663,7
+3663,8
@@
a @key{Mouse-1} click shall be translated to @key{RET}:
@defun mouse-on-link-p pos
This function returns non-@code{nil} if position @var{pos} in the
-current buffer is on a link.
+current buffer is on a link. @var{pos} can also be a mouse event
+location, as returned by @code{event-start} (@pxref{Accessing Events}).
@end defun
@node Fields